home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / tc_btree.zip / DELKEY.H < prev    next >
Text File  |  1989-02-08  |  339b  |  8 lines

  1. int     deletekey (indexfile * nxp, int dataref, char * key);
  2.     /*
  3.      *  This function is normally called with dataref set to 0 unless
  4.      *  duplicate keys are allowed. In this event, the real dataref
  5.      *  must be supplied. The returned value is the record number of
  6.      *  the data item with 'key' to be deleted.
  7.      */
  8.